home *** CD-ROM | disk | FTP | other *** search
- Path: FreeNet.Carleton.CA!aq436
- From: aq436@FreeNet.Carleton.CA (Jerry Boyd)
- Newsgroups: comp.lang.c
- Subject: Remove/Insert Function
- Date: 26 Mar 1996 21:06:08 GMT
- Organization: The National Capital FreeNet
- Sender: aq436@freenet2.carleton.ca (Jerry Boyd)
- Message-ID: <4j9m80$1cm@freenet-news.carleton.ca>
- Reply-To: aq436@FreeNet.Carleton.CA (Jerry Boyd)
- NNTP-Posting-Host: freenet2.carleton.ca
-
-
-
- Anyone have suggestions as to how I would WRITE a
- function (called remove_entry) where the argument
- would be a pointer into a list. The function
- would remove the entry after the one that is
- pointed to by the argument.
-
- Similarly, I need to write a function that would
- insert a new entry into the link list whereby, the
- argument is a pointer to the list entry to be
- inserted.
-
- Any help would be greatly appreciated, as I'm a
- beginner.
- --
-
-